Uses of Class
de.cebis.moccabox.model.ValidationRule

Packages that use ValidationRule
de.cebis.moccabox.model   
 

Uses of ValidationRule in de.cebis.moccabox.model
 

Methods in de.cebis.moccabox.model that return ValidationRule
 ValidationRule[] ModelNodeDescription.getValidationRules()
          Zurückliefern aller Validierungsregeln, die für den korrespondierenden ModelNode überprüft werden sollen.
 

Methods in de.cebis.moccabox.model with parameters of type ValidationRule
 void ModelNodeDescription.addValidationRule(ValidationRule vRule)
          Hinzufügen einer Validierungsregel für den ModelNode.